Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.faceted.search.dm.local.configuration.theme--widgets

This contribution is part of XML component org.nuxeo.ecm.platform.faceted.search.dm.local.configuration.theme inside nuxeo-platform-faceted-search-jsf-6.0.jar

Extension Point

Extension point widgets of component WebLayoutManager.

Contributed Items

  • <widget name="faceted_search_content_views_selection" type="faceted_search_content_views_selection">
          <labels>
            <label mode="any">label.faceted.search.local.configuration.content.view.selection.label</label>
          </labels>
          <translated>true</translated>
          <fields>
            <field>fsc:deniedContentViews</field>
          </fields>
        </widget>

XML Source

<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <widget name="faceted_search_content_views_selection" type="faceted_search_content_views_selection">
      <labels>
        <label mode="any">label.faceted.search.local.configuration.content.view.selection.label</label>
      </labels>
      <translated>true</translated>
      <fields>
        <field>fsc:deniedContentViews</field>
      </fields>
    </widget>
  </extension>